Inheritance diagram for Exponent::GUI::Controls::CModulatedSlider:

Definition at line 32 of file CModulatedSlider.hpp.
| Exponent::GUI::Controls::CModulatedSlider::CModulatedSlider | ( | IControlRoot * | root, | |
| const long | uniqueId, | |||
| const CRect & | area, | |||
| IActionListener * | listener = NULL | |||
| ) |
Construction
| root | The root control that this control is being added to | |
| uniqueId | The unique Identifier of this control or CCONTROL_NO_ID_REQUIRED if no id is required | |
| area | The area of this control relative to the root controls top left | |
| listener | The action listener |
| virtual Exponent::GUI::Controls::CModulatedSlider::~CModulatedSlider | ( | ) | [virtual] |
Destruction
| virtual void Exponent::GUI::Controls::CModulatedSlider::drawControl | ( | CGraphics & | graphics | ) | [virtual] |
Draw the control
| graphics | The graphics context |
Reimplemented from Exponent::GUI::Controls::CRangeSlider.
| void Exponent::GUI::Controls::CModulatedSlider::setModulationValue | ( | const double | value | ) |
Set the modulation value
| value | The modulated value of the slider |
CRect Exponent::GUI::Controls::CModulatedSlider::m_modulatedSlider [protected] |
The modulated position
Definition at line 81 of file CModulatedSlider.hpp.
double Exponent::GUI::Controls::CModulatedSlider::m_modulatedValue [protected] |
The modulated value
Definition at line 80 of file CModulatedSlider.hpp.